|
LinuxQMISDK-Lite
SLQS04.00.24
|
Data Fields | |
| uint8_t | bAPNLength |
| uint8_t * | pAPN |
| uint8_t | bUnameLength |
| uint8_t * | pUname |
| uint8_t | bPWDLength |
| uint8_t * | pPWD |
This structure contains the SLQSAVMSGetSettings APN Info to connect to AVMS server.
| bAPNLength | - APN Length(Max 49). |
| szAPN | - APN. |
| bUnameLength | - User Name Length (Max 29). |
| szUname | - User Name. |
| bPWDLength | - Password Length (Max 29). |
| szPWD | - Password. |
| uint8_t PackSwiAVMSSettingsAPNInfo::bAPNLength |
| uint8_t PackSwiAVMSSettingsAPNInfo::bPWDLength |
| uint8_t PackSwiAVMSSettingsAPNInfo::bUnameLength |
| uint8_t* PackSwiAVMSSettingsAPNInfo::pAPN |
| uint8_t* PackSwiAVMSSettingsAPNInfo::pPWD |
| uint8_t* PackSwiAVMSSettingsAPNInfo::pUname |